projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b756743
)
GtkBoxPrivate: Improve struct packing
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 12 Apr 2011 16:24:56 +0000
(12:24 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 12 Apr 2011 16:24:56 +0000
(12:24 -0400)
gtk/gtkbox.c
patch
|
blob
|
history
diff --git
a/gtk/gtkbox.c
b/gtk/gtkbox.c
index bc9693d437972bf1d37398b96e954499189e22cd..9a205792cda24a43c19df837983a7a15f333b7f2 100644
(file)
--- a/
gtk/gtkbox.c
+++ b/
gtk/gtkbox.c
@@
-111,10
+111,9
@@
enum {
struct _GtkBoxPrivate
{
- GtkOrientation orientation;
-
GList *children;
+ GtkOrientation orientation;
gint16 spacing;
guint default_expand : 1;